home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / CHIP Kasım 1996.iso / ms / index / mips / idxsvall.exe / RCDATA / CABINET / scan.idq < prev    next >
INI File  |  1996-08-05  |  2KB  |  68 lines

  1. [Names]
  2. #
  3. # Query Metadata propset
  4. MetaVRootUsed(DBTYPE_BOOL, 1)     = 624c9360-93d0-11cf-a787-00004c752752 2
  5. MetaVRootAuto(DBTYPE_BOOL, 1)     = 624c9360-93d0-11cf-a787-00004c752752 3
  6. MetaVRootManual(DBTYPE_BOOL, 1)   = 624c9360-93d0-11cf-a787-00004c752752 4
  7. MetaPropertyGuid(DBTYPE_GUID, 36) = 624c9360-93d0-11cf-a787-00004c752752 5
  8. MetaPropertyDispId(DBTYPE_I4, 1)  = 624c9360-93d0-11cf-a787-00004c752752 6
  9. MetaPropertyName(DBTYPE_WSTR, 15) = 624c9360-93d0-11cf-a787-00004c752752 7
  10.  
  11. # This is the query file for the query.htm query form.
  12. #
  13.  
  14. [Query]
  15.  
  16. # The CiCatalog variable must point to where the catalog (index) files
  17. # are stored on your system.  You will probably have to change this
  18. # value.
  19.  
  20. CiCatalog=d:\
  21.  
  22. # These are the columns that are referenced in the .htx files
  23. # when formatting output for each hit.
  24.  
  25. CiColumns=vpath, path, metavrootused, metavrootauto, metavrootmanual
  26.  
  27. # The CiRestriction is the query.  Here, it's just pass in from the
  28. # form in the .htm file.
  29.  
  30. CiRestriction=#vpath *
  31.  
  32. # Don't allow more than 300 total hits in the result set.  It can be
  33. # expensive for the serer to allow this value to get too large.
  34.  
  35. CiMaxRecordsInResultSet=300
  36.  
  37. # Display CiMaxRecordsPerPage hits on each page of output
  38.  
  39. CiMaxRecordsPerPage=%CiMaxRecordsPerPage%
  40.  
  41. # CiScope is the directory (virtual or real) under which results are
  42. # returned.  If a file matches the query but is not in a directory beneath
  43. # CiScope, it is not returned in the result set.
  44. # A scope of \ means all hits matching the query are returned.
  45.  
  46. CiScope=VIRTUAL_ROOTS
  47.  
  48. # This is the .htx file to use for formatting the results of the query.
  49.  
  50. CiTemplate=/scripts/srchadm/scan.htx
  51.  
  52. # This is the list of property names to use in sorting the results.
  53. # Append [a] or [d] to the property name to specify ascending or
  54. # descending.  Separate keys in multi-key sorts with commas.
  55. # For example, to sort on file write date ascending, then file size
  56. # descending, use CiSort=write[a],filesize[d]
  57.  
  58. CiSort=%CiSort%
  59.  
  60. # Setting CiForceUseCi to true means that the index is assumed to be
  61. # up to date, so queries that might otherwise force a walk of the
  62. # directory structure (find files older than X), will instead use
  63. # the index and run more quickly.  Of course, that means that the results
  64. # might miss files that match the query.
  65.  
  66. CiForceUseCi=true
  67.  
  68.